rework the area_above == 0 case to not overwrite the variables in the
authorKristian Rietveld <kris@gtk.org>
Fri, 27 Oct 2006 19:59:16 +0000 (19:59 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Fri, 27 Oct 2006 19:59:16 +0000 (19:59 +0000)
commitc88087b694bff9bf1c7cb533fa675dfbf8a7c976
tree4527683070b8f573b5d3b314f8634cf7094d4a04
parent69a5a5ac594535c0352acde2fbc8efd4e497c1a2
rework the area_above == 0 case to not overwrite the variables in the

2006-10-27  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
case to not overwrite the variables in the lower scope (which are
used later on ...), get the path correctly and bail out when there
isn't a node above us. (#359231).
ChangeLog
gtk/gtktreeview.c